home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980901-19981211 / 000086_news@newsmaster….columbia.edu _Thu Oct 1 08:21:11 1998.msg < prev    next >
Internet Message Format  |  1998-12-10  |  4KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id IAA28582
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 1 Oct 1998 08:21:10 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id IAA28785
  7.     for kermit.misc@watsun; Thu, 1 Oct 1998 08:21:09 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Keyboard problems with K-95
  12. Date: 1 Oct 1998 12:21:08 GMT
  13. Organization: Columbia University
  14. Lines: 55
  15. Message-ID: <6uvs3k$o25$1@apakabar.cc.columbia.edu>
  16. References: <XkOP1.213$1c3.4526137@news1.i1.net> <6uoh8c$nt8$1@apakabar.cc.columbia.edu> <361198E0.829BAABD@aik.tec.sc.us>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9269
  19.  
  20. In article <361198E0.829BAABD@aik.tec.sc.us>,
  21. Ray Timmons  <lists@aik.tec.sc.us> wrote:
  22. : Jeffrey Altman wrote:
  23. : > 
  24. : > One of the bugs (features) in Windows 95/98 is that Microsoft chose not
  25. : > to implement support for multiple keyboard layouts in Console applications.
  26. : > Therefore, we had to do it ourselves within Kermit 95.
  27. : > 
  28. : > If you have installed multiple keyboard layouts in Windows 95/98, then
  29. : > K95 when it is started will begin with the default layout.  After that
  30. : > point the Alt-Left Shift and Ctrl-Left Shift combinations are used to
  31. : > cycle through all of the available layouts.
  32. : > 
  33.  
  34. : oUCH! (Oops there goes that CAP-LOCK again.)  The Alt-Left Shift
  35. : explains
  36. : some of the problems I've seen.  My usual way to scroll back a screen
  37. : is
  38. : to hold down Alt-Left Shift and then press PgUp how many times I need.
  39.  
  40. Just make sure that when you press Alt-Left_Shift that you press 
  41. PgUp, PgDn, or End at least once.  Then it won't happen.
  42.  
  43. : I also have another problem.  When the focus goes back to a K95
  44. : window,
  45. : it transmits the Gold or PF1 Key (Numlock on PC).  Unfortunately many
  46. : years 
  47. : ago we mapped that on the VAX to launch a program for all our users,
  48. : so I
  49. : have to wait for it to launch and then exit.
  50.  
  51. This is the same bug as CapsLock in Win95/98.  When you change focus it
  52. attempts to synchronize the state of the keys and generates an input
  53. key event which is transmitted to K95.  K95 has no way of knowing whether
  54. the event is user generated or system generated.  Therefore, it must
  55. process it.  If you have PF1 assigned to NumLock, then PF1 will be
  56. sent to the host.
  57.  
  58. You can do what you are doing now, unmap the NumLock key, switch to
  59. Windows NT, or (I hate to say it) don't use Kermit.
  60.  
  61. It will be interesting to see what Microsoft does over the next six
  62. months.  Last month Microsoft's NT group started shipping a Beta
  63. product called NT Services for Unix Add-On.  This provides a Telnet
  64. daemon for NT and a console based telnet client that uses NT Lan 
  65. Manager authentication and a new NT specific virtual terminal type
  66. to communicate with their Telnetd.  However, because it is a console
  67. client they are going to start to see all of the problems that K95
  68. has with Win95/98.  Maybe they will finally start fix things.
  69. (or maybe not.)
  70.  
  71.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  72.                  The Kermit Project * Columbia University
  73.               612 West 115th St #716 * New York, NY * 10025
  74.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org